runtime.writeHeapBits.addr (field)

12 uses

	runtime (current package)
		mbitmap.go#L771: 	addr  uintptr // address that the low bit of mask represents the pointer state of.
		mbitmap.go#L784: 	h.addr = addr - h.low*goarch.PtrSize
		mbitmap.go#L811: 	ai := arenaIndex(h.addr)
		mbitmap.go#L813: 	idx := h.addr / (ptrBits * goarch.PtrSize) % heapArenaBitmapWords
		mbitmap.go#L827: 	h.addr += ptrBits * goarch.PtrSize
		mbitmap.go#L851: 	zeros := (addr+size-h.addr)/goarch.PtrSize - h.valid
		mbitmap.go#L864: 	ai := arenaIndex(h.addr)
		mbitmap.go#L866: 	idx := h.addr / (ptrBits * goarch.PtrSize) % heapArenaBitmapWords
		mbitmap.go#L883: 	h.addr += ptrBits * goarch.PtrSize
		mbitmap.go#L892: 		ai := arenaIndex(h.addr)
		mbitmap.go#L894: 		idx := h.addr / (ptrBits * goarch.PtrSize) % heapArenaBitmapWords
		mbitmap.go#L906: 		h.addr += ptrBits * goarch.PtrSize